added samples
[windows-sources.git] / sdk / samples / WPFSamples / InkSerialization / visualbasic / my project / resources.designer.vb
blobdf5c5cb82049b4f05881e61f2d3ce6efdc29aafc
1 '------------------------------------------------------------------------------
2 ' <autogenerated>
3 ' This code was generated by a tool.
5 ' Changes to this file may cause incorrect behavior and will be lost if
6 ' the code is regenerated.
7 ' </autogenerated>
8 '------------------------------------------------------------------------------
10 Option Strict Off
11 Option Explicit On
13 Imports System
14 Imports System.IO
15 Imports System.Resources
17 Namespace My.Resources
19 '<summary>
20 ' A strongly-typed resource class, for looking up localized strings, etc.
21 '</summary>
22 'This class was auto-generated by the Strongly Typed Resource Builder
23 'class via a tool like ResGen or Visual Studio.NET.
24 'To add or remove a member, edit your .ResX file then rerun ResGen
25 'with the /str option, or rebuild your VS project.
26 <Global.Microsoft.VisualBasic.HideModuleName()> _
27 Module MyResources
29 Private _resMgr As System.Resources.ResourceManager
31 Private _resCulture As System.Globalization.CultureInfo
33 '<summary>
34 ' Returns the cached ResourceManager instance used by this class.
35 '</summary>
36 <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
37 Public ReadOnly Property ResourceManager() As System.Resources.ResourceManager
38 Get
39 If (_resMgr Is Nothing) Then
40 Dim temp As System.Resources.ResourceManager = New System.Resources.ResourceManager("$safeprojectname$.MyResources", GetType(MyResources).Assembly)
41 System.Threading.Thread.MemoryBarrier
42 _resMgr = temp
43 End If
44 Return _resMgr
45 End Get
46 End Property
48 '<summary>
49 ' Overrides the current thread's CurrentUICulture property for all
50 ' resource lookups using this strongly typed resource class.
51 '</summary>
52 <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
53 Public Property Culture() As System.Globalization.CultureInfo
54 Get
55 Return _resCulture
56 End Get
57 Set
58 _resCulture = value
59 End Set
60 End Property
61 End Module
62 End Namespace